OpenBuildings™ Station Designer Help

Company Dataset

Users can add company specific dataset content to the Dataset Extension folder. A configuration file, such as CompanyDataset.cfg, must reside in the top folder of the company dataset to add the required folders to the workspace.

For Example:
#====================================================================== 
# Add search paths for each sub-folder in the ArchDatasetNcsUS dataset 
# (Delete or comment out config. variable of sub-folder that does not exist) 
#====================================================================== 
# MS_BACKUP 
TFDIR_CELL 
MS_CELLLIST 
TFDIR_COMP 
TFDIR_CPART 
DG_CATALOGS_PATH
DG_SCHEDULE_LAYOUT_PATH 
< $(MY_DATASET)bak/ 
< $(MY_DATASET)cell/ 
< $(MY_DATASET)cell/*.cel
< $(MY_DATASET)comp/ 
< $(MY_DATASET)cpart/ 
< $(MY_DATASET)datagroupcatalogs/ 
< $(MY_DATASET)datagrouplayouts/ 
# DG_PATH 
TFDIR_FRAME
ATFDIR_CASEWORK 
ATFDIR_CASEBASE 
ATFDIR_CASETALL 
ATFDIR_CASEWALL 
ATFDIR_DOOR 
ATFDIR_WINDOW 
< $(MY_DATASET)datagroupsystem/ 
< $(MY_DATASET)frame/ 
< $(MY_DATASET)frame/casework/ 
< $(MY_DATASET)frame/casework/base/ 
< $(MY_DATASET)frame/casework/tall/ 
< $(MY_DATASET)frame/casework/wall/ 
< $(MY_DATASET)frame/doors/ 
< $(MY_DATASET)frame/windows/ 
# MS_MATERIAL
< $(MY_DATASET)materials/ 
# MS_PATTERN 
< $(MY_DATASET)materials/pattern/ 
# MS_BUMP 
TFDIR_PART
< $(MY_DATASET)materials/bump/ 
< $(MY_DATASET)part/ 

A configuration variable in the Project Configuration File (*.PCF) must define the configuration variables for the location of the company content, and a statement to read the CompanyDataset.cfg must be included.

For example:
#====================================================================== 
# Establish Company Directories 
#====================================================================== 
# Define path and folder name of company dataset 
# (change path and folder name as necessary) 
#---------------------------------------------------------------------- 
# COMP_DATASET = $(TF_DATASETS)DatasetExtensions/Company_Dataset/ 
#---------------------------------------------------------------------- 
# Read company cfg-file to add search paths to company dataset sub-folders 
#---------------------------------------------------------------------- 
# %if exists ($(COMP_DATASET)CompanyDataset.cfg) 
# %include $(COMP_DATASET)CompanyDataset.cfg 
# %endif 
# Add search paths for each sub-folder in the ArchDatasetNcsUS dataset 
# (Delete or comment out config. variable of sub-folder that does not exist) 
#---------------------------------------------------------------------- 
# MS_BACKUP < $(MY_DATASET)bak/